home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Think Class Libraries / WASTE TCL 2.0b2 / WASTE VA / Source / CMain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-06  |  1.1 KB  |  45 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CMain.h
  3.  
  4.             Header File For CMain Document Class
  5.     
  6.     Copyright Â© 1995 Dan Crevier. All rights reserved.
  7.  
  8.     Generated by Visual Architectâ„¢ 9:19 AM Mon, Nov 6, 1995
  9.  
  10.     This file is only generated once. You can modify it by extending
  11.     the placeholder definitions and adding any new methods and
  12.     data members you wish.
  13.  
  14.     If you change the name of the document class, a fresh version of this
  15.     file will be generated. If you have made any changes to the file
  16.     with the old name, you will have to copy those changes to the new
  17.     file by hand.
  18.  
  19.  ******************************************************************************/
  20.  
  21. #pragma once
  22.  
  23. #include "x_CMain.h"
  24.  
  25. class CMain : public x_CMain
  26.  
  27. {
  28. public:
  29.  
  30.     TCL_DECLARE_CLASS
  31.  
  32.  
  33.     void    ICMain(void);
  34.     
  35.     virtual    void    MakeNewContents(void);
  36.     virtual    void    ContentsToWindow(void);
  37.     virtual    void    WindowToContents(void);
  38. };
  39.  
  40.     // If you have multiple document classes, you must change
  41.     // the file type below to the appropriate type for this class.
  42.     // If not, this #define is not used.
  43.  
  44. #define CMainFType 'TEXT'
  45.